home *** CD-ROM | disk | FTP | other *** search
- on ButtonH
- set K to value(the text of field "NumberOfTravels")
- if the frame > (label("ShowTravels") + K + 1) then
- set K to the clickOn
- puppetSprite(K, 1)
- set the castNum of sprite K to the castNum of sprite K + 1
- puppetSound("Klick")
- updateStage()
- repeat while the stillDown or soundBusy(1)
- end repeat
- puppetSprite(K, 0)
- end if
- end
-